home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7823 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.develop.bsis.com!bhester
  2. From: barry.hester@bsis.com (Barry Hester)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Mesa / OpenGL on C++ 4.52 for Windows...HELP!!!!
  5. Date: 19 Feb 1996 14:21:43 GMT
  6. Organization: Broadway & Seymour, Inc.
  7. Message-ID: <4ga11n$aru@scorpio.develop.bsis.com>
  8. References: <4g0r13$98p@morgoth.sfu.ca>
  9. NNTP-Posting-Host: 204.116.23.67
  10. X-Newsreader: News Xpress Version 1.0 Beta #3
  11.  
  12. In article <4g0r13$98p@morgoth.sfu.ca>, Nathan Paziuk <paziuk@sfu.ca> wrote:
  13. >  I'm currently attempting to get the OpenGL (graphics) library working on my 
  14. >system.  However I am having a difficult time.  First, it's required that you 
  15. have 
  16. >Wing G, some program which I have no idea what is does.  Anyway, when I try 
  17. to 
  18. >compile one of the test projects, it says >> bad or missing library file 
  19. >"c:\wing\lib\wing32.lib" at file offset 0.  What the heck is that?  The file 
  20. is 
  21. >there, so it's not missing.  ??  That is the latest error that I can't seem 
  22. to get 
  23. >past.
  24. >
  25.  
  26. You need to implib the wing32.dll file.  The wing32.lib file is in Microsoft 
  27. format, so implib it to make a Borland wing32.lib.
  28.  
  29.